'宣言 Public Overloads Function GetNotesInRange( _ ByVal startDateTime As Date, _ ByVal endDateTime As Date, _ ByVal owners() As Owner _ ) As NotesSubsetCollection
public NotesSubsetCollection GetNotesInRange( DateTime startDateTime, DateTime endDateTime, Owner[] owners )